Revision tags: php-4.3.2RC1 |
|
#
8c3cd034 |
| 23-Feb-2003 |
foobar |
MFB: Fix for open_basedir error message |
#
8e3f23e3 |
| 19-Feb-2003 |
foobar |
ws fixes + missing $Id$ tags, headers added |
#
4934744b |
| 17-Feb-2003 |
Zeev Suraski |
Win32 build improvements |
Revision tags: php-4.3.1 |
|
#
0a18a9d7 |
| 16-Feb-2003 |
Wez Furlong |
A add much more useful select(2) implementation than is provided by windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file de
A add much more useful select(2) implementation than is provided by windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file descriptors. By association, stream_select() will now operate correctly with files, pipes and sockets. This change required linking against the winsock2 library. In terms of compatibility, only older versions of windows 95 do not have winsock2 installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user. Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x.
show more ...
|
Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix |
|
#
2c5d4b8c |
| 31-Dec-2002 |
Sebastian Bergmann |
Bump year. |
Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3 |
|
#
529762a2 |
| 01-Dec-2002 |
Shane Caraveo |
php_error_docref aborts cgi. This broke using php as cgi under apache/mod_cgi with the cgi-script directive and bang lines in php scripts. removing it allows this to work again. |
Revision tags: php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1 |
|
#
2a291ba3 |
| 08-Nov-2002 |
Ilia Alshanetsky |
Made open_basedir error more descriptive. |
#
cfe0c820 |
| 05-Nov-2002 |
Ilia Alshanetsky |
Added 4th argument to virtual_file_ex() that specifies whether or not realpath() should be used during path resolving. In a number of functions we do not want to use realpath(), since realpat
Added 4th argument to virtual_file_ex() that specifies whether or not realpath() should be used during path resolving. In a number of functions we do not want to use realpath(), since realpath() will resolve symlinks.
show more ...
|
Revision tags: php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1 |
|
#
3340e825 |
| 04-Oct-2002 |
Brian France |
Fixed a problem where opendir with <path>/ and having <path>/ in open_basedir ini option didn't work. It was removing the trailing slashes and then addeding it back to only o
Fixed a problem where opendir with <path>/ and having <path>/ in open_basedir ini option didn't work. It was removing the trailing slashes and then addeding it back to only one of the string, now it adds it back to to both if needed.
show more ...
|
Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003 |
|
#
5a239ab0 |
| 28-Sep-2002 |
Rasmus Lerdorf |
Uh, this is what I meant to do. Fix for #19292 |
#
5eab8abd |
| 28-Sep-2002 |
Rasmus Lerdorf |
Probable fix for bug #19292 |
#
e489ee94 |
| 22-Sep-2002 |
Ilia Alshanetsky |
Fixed bug #19395 |
Revision tags: RELEASE_0_91 |
|
#
e4b9df95 |
| 09-Sep-2002 |
Anantha Kesari H Y |
NetWare related changes/modifications |
Revision tags: php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2 |
|
#
a1f7bb12 |
| 25-Aug-2002 |
Marcus Boerger |
use php_error_docref() |
Revision tags: php-4.2.3RC1 |
|
#
bc906117 |
| 19-Aug-2002 |
Zeev Suraski |
Fix a few warnings |
Revision tags: dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1 |
|
#
63e66662 |
| 11-May-2002 |
Rasmus Lerdorf |
MTH - thought the code was slightly different in HEAD because of the streams stuff, but it is exactly the same bug. @ Safe-mode fix related to the safe_mode_include_dir feature (Rasmus) |
Revision tags: php-4.2.1RC2, php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1 |
|
#
0f65280c |
| 15-Mar-2002 |
Wez Furlong |
New PHP streams... |
Revision tags: help, php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH |
|
#
3ff94ed2 |
| 02-Feb-2002 |
Sebastian Bergmann |
Fix thread-safe build. |
#
6aadae97 |
| 01-Feb-2002 |
James E. Flemer |
Changed php.ini directive 'safe_mode_include_dir' to accept a (semi)colon separated path, rather than a single directory. Also moved checking of said path into a separate path for code re
Changed php.ini directive 'safe_mode_include_dir' to accept a (semi)colon separated path, rather than a single directory. Also moved checking of said path into a separate path for code readability. @- Changed php.ini directive 'safe_mode_include_dir' to accept a @ (semi)colon separated path (like 'include_path') rather than @ a single directory. (jflemer)
show more ...
|
Revision tags: php-4.1.1 |
|
#
e320de1e |
| 23-Dec-2001 |
Alex Waugh |
Undefine AF_UNIX under RISC OS |
Revision tags: PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog |
|
#
38933514 |
| 11-Dec-2001 |
Sebastian Bergmann |
Update headers. |
Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4 |
|
#
b91a6669 |
| 26-Nov-2001 |
Sterling Hughes |
Z_TYPE(filehandle)?? ok.. whatever... ;) |
Revision tags: php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS |
|
#
c0332885 |
| 25-Sep-2001 |
Jeroen van Wolffelaar |
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. |
Revision tags: PRE_SUBST_Z_MACROS |
|
#
78747bd2 |
| 09-Sep-2001 |
Derick Rethans |
- Don't wrap lines... this is annoying while coding. |
Revision tags: php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT |
|
#
1159c84a |
| 05-Aug-2001 |
Zeev Suraski |
- TSRMLS_FETCH work - whitespace fixes |