/[svn]
Jump to revision: Previous Next
Author: felipe
Date: Mon Jun 6 21:28:16 2011 UTC (9 years, 9 months ago)
Changed paths: 100
Log Message:
- Added new parameter parsing option (p - for valid path (string without null byte in the middle))
# The tests will be fixed in the next commits



Changed paths

Path Details
Directoryphp/php-src/branches/PHP_5_4/Zend/zend_API.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/Zend/zend_API.h modified , text changed
Directoryphp/php-src/branches/PHP_5_4/Zend/zend_vm_def.h modified , text changed
Directoryphp/php-src/branches/PHP_5_4/Zend/zend_vm_execute.h modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/bz2/bz2.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/com_dotnet/com_persist.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/dom/document.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/enchant/enchant.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/exif/exif.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/fileinfo/fileinfo.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/ftp/php_ftp.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/gd/gd.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/gd/gd_ctx.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/hash/hash.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/hash/hash_md.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/hash/hash_sha.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/imap/php_imap.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/oci8/oci8_interface.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/odbc/php_odbc.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/openssl/openssl.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/pdo_pgsql/pgsql_driver.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/pgsql/pgsql.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/phar/func_interceptors.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/posix/posix.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/pspell/pspell.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/readline/readline.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/simplexml/simplexml.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/snmp/snmp.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/spl/spl_directory.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/sqlite3/sqlite3.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/standard/basic_functions.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/standard/dir.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/standard/file.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/standard/filestat.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/standard/ftok.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/standard/iptc.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/standard/link.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/standard/link_win32.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/standard/md5.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/standard/sha1.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/tidy/tidy.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/xmlreader/php_xmlreader.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/xsl/xsltprocessor.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/zip/php_zip.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/ext/zlib/zlib.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/main/fopen_wrappers.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/sapi/apache/php_apache.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/sapi/apache2filter/php_functions.c modified , text changed
Directoryphp/php-src/branches/PHP_5_4/sapi/apache2handler/php_functions.c modified , text changed
Directoryphp/php-src/trunk/Zend/zend_API.c modified , text changed
Directoryphp/php-src/trunk/Zend/zend_API.h modified , text changed
Directoryphp/php-src/trunk/Zend/zend_language_scanner.c modified , text changed
Directoryphp/php-src/trunk/Zend/zend_language_scanner_defs.h modified , text changed
Directoryphp/php-src/trunk/Zend/zend_vm_def.h modified , text changed
Directoryphp/php-src/trunk/Zend/zend_vm_execute.h modified , text changed
Directoryphp/php-src/trunk/ext/bz2/bz2.c modified , text changed
Directoryphp/php-src/trunk/ext/com_dotnet/com_persist.c modified , text changed
Directoryphp/php-src/trunk/ext/dom/document.c modified , text changed
Directoryphp/php-src/trunk/ext/enchant/enchant.c modified , text changed
Directoryphp/php-src/trunk/ext/exif/exif.c modified , text changed
Directoryphp/php-src/trunk/ext/fileinfo/fileinfo.c modified , text changed
Directoryphp/php-src/trunk/ext/ftp/php_ftp.c modified , text changed
Directoryphp/php-src/trunk/ext/gd/gd.c modified , text changed
Directoryphp/php-src/trunk/ext/gd/gd_ctx.c modified , text changed
Directoryphp/php-src/trunk/ext/hash/hash.c modified , text changed
Directoryphp/php-src/trunk/ext/hash/hash_md.c modified , text changed
Directoryphp/php-src/trunk/ext/hash/hash_sha.c modified , text changed
Directoryphp/php-src/trunk/ext/imap/php_imap.c modified , text changed
Directoryphp/php-src/trunk/ext/oci8/oci8_interface.c modified , text changed
Directoryphp/php-src/trunk/ext/odbc/php_odbc.c modified , text changed
Directoryphp/php-src/trunk/ext/openssl/openssl.c modified , text changed
Directoryphp/php-src/trunk/ext/pdo_pgsql/pgsql_driver.c modified , text changed
Directoryphp/php-src/trunk/ext/pgsql/pgsql.c modified , text changed
Directoryphp/php-src/trunk/ext/phar/func_interceptors.c modified , text changed
Directoryphp/php-src/trunk/ext/posix/posix.c modified , text changed
Directoryphp/php-src/trunk/ext/pspell/pspell.c modified , text changed
Directoryphp/php-src/trunk/ext/readline/readline.c modified , text changed
Directoryphp/php-src/trunk/ext/simplexml/simplexml.c modified , text changed
Directoryphp/php-src/trunk/ext/snmp/snmp.c modified , text changed
Directoryphp/php-src/trunk/ext/spl/spl_directory.c modified , text changed
Directoryphp/php-src/trunk/ext/sqlite3/sqlite3.c modified , text changed
Directoryphp/php-src/trunk/ext/standard/basic_functions.c modified , text changed
Directoryphp/php-src/trunk/ext/standard/dir.c modified , text changed
Directoryphp/php-src/trunk/ext/standard/file.c modified , text changed
Directoryphp/php-src/trunk/ext/standard/filestat.c modified , text changed
Directoryphp/php-src/trunk/ext/standard/ftok.c modified , text changed
Directoryphp/php-src/trunk/ext/standard/iptc.c modified , text changed
Directoryphp/php-src/trunk/ext/standard/link.c modified , text changed
Directoryphp/php-src/trunk/ext/standard/link_win32.c modified , text changed
Directoryphp/php-src/trunk/ext/standard/md5.c modified , text changed
Directoryphp/php-src/trunk/ext/standard/sha1.c modified , text changed
Directoryphp/php-src/trunk/ext/tidy/tidy.c modified , text changed
Directoryphp/php-src/trunk/ext/xmlreader/php_xmlreader.c modified , text changed
Directoryphp/php-src/trunk/ext/xsl/xsltprocessor.c modified , text changed
Directoryphp/php-src/trunk/ext/zip/php_zip.c modified , text changed
Directoryphp/php-src/trunk/ext/zlib/zlib.c modified , text changed
Directoryphp/php-src/trunk/main/fopen_wrappers.c modified , text changed
Directoryphp/php-src/trunk/sapi/apache/php_apache.c modified , text changed
Directoryphp/php-src/trunk/sapi/apache2filter/php_functions.c modified , text changed
Directoryphp/php-src/trunk/sapi/apache2handler/php_functions.c modified , text changed