Revision tags: php-4.0RC2 |
|
#
e13285de |
| 30-Apr-2000 |
Andi Gutmans |
- Take Sascha's advice and create on V_OPEN() which replaces open(). - Unlike the other macros its argument has to have braces around it, for - example, open(filename, flags) becomse V_OPEN((
- Take Sascha's advice and create on V_OPEN() which replaces open(). - Unlike the other macros its argument has to have braces around it, for - example, open(filename, flags) becomse V_OPEN((filename, flags)) - Made small conversion to new Zend macros. The ugly (*foo)->value.str.val - now becomes Z_STRVAL_PP(foo). PP means pointer pointer, there also exist - single P's for example foo->value.str.val becomes Z_STRVAL_P(foo).
show more ...
|
#
ec997d5c |
| 24-Apr-2000 |
Andrei Zmievski |
Exterminate warnings. |
#
071c01a0 |
| 24-Apr-2000 |
Andrei Zmievski |
The third argument to fseek() is now one of the standard SEEK_* constants. # The previous change to support seekfrom stuff was incorrect. |
#
21416083 |
| 23-Apr-2000 |
Sterling Hughes |
@-Add an optional third argument to fseek to indicate were to seek from. (Sterling) |
#
03b562c9 |
| 19-Apr-2000 |
Rasmus Lerdorf |
fgetcsv() patch from Nick Talbott @ The fgetcsv() function now handles embedded end-of-line in a quoted field @ (Nick Talbott) |
Revision tags: PHP-4.0-RC1 |
|
#
b3ecf2fe |
| 17-Mar-2000 |
Sterling Hughes |
ftruncate returns 1 on success and 0 on failure instead of 0 on success and -1 on failure. |
#
85940d67 |
| 12-Mar-2000 |
Kristian Köhntopp |
Finished porting recode module. |
#
caeaaf4d |
| 12-Mar-2000 |
Sascha Schumann |
Fix build on systems which lack snprintf or vsnprintf. PR: #3786 |
#
99e0b363 |
| 06-Mar-2000 |
Stig Bakken |
@Cleaned up extension namespace (Stig) Cleaned up extension namespace, and changed ext/standard into one single extension. |
#
5610800a |
| 04-Mar-2000 |
Andrei Zmievski |
@Added ftruncate() and fstat(), courtesy of Faisal Nasim <faisal@nasim.org> |
#
7da7a50c |
| 24-Feb-2000 |
Egon Schmid |
More protos. |
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1 |
|
#
86fa2aad |
| 19-Feb-2000 |
Zeev Suraski |
the pipe is breaking all the time |
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000 |
|
#
80bdd19e |
| 11-Feb-2000 |
Zeev Suraski |
Fine tune Andi's patch |
#
29280bb9 |
| 10-Feb-2000 |
Andi Gutmans |
- Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32 |
Revision tags: BEFORE_SAPIFICATION_FEB_10_2000 |
|
#
489b705d |
| 08-Feb-2000 |
Zeev Suraski |
@- Fixed memory corruption in fgetss(), strip_tags() and gzgetss() (Zeev) |
#
83a02781 |
| 01-Feb-2000 |
Andrei Zmievski |
Not needed. |
#
c47452f7 |
| 01-Feb-2000 |
Zeev Suraski |
Compile fix |
#
a753430f |
| 01-Feb-2000 |
Andrei Zmievski |
- Implemented socket_get_status() function. Some more stuff can be added to it in the future. - Renamed set_socket_timeout() to socket_set_timeout() - Renamed set_socket_blocking() to s
- Implemented socket_get_status() function. Some more stuff can be added to it in the future. - Renamed set_socket_timeout() to socket_set_timeout() - Renamed set_socket_blocking() to socket_set_blocking() but kept the old name for compatibility. It now outputs a warning that set_socket_timeout() is deprecated but still goes through. @ Added socket_get_status() function. Renamed: @ set_socket_timeout() -> socket_set_timeout() @ set_socket_blocking() -> socket_set_blocking(). (Andrei)
show more ...
|
#
91bb21c5 |
| 01-Feb-2000 |
Andrei Zmievski |
Implemented realpath(). @ Added realpath() function. (Andrei) |
Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH |
|
#
bfc85c28 |
| 15-Jan-2000 |
Andrei Zmievski |
Fix prototype. |
#
4423bf9d |
| 15-Jan-2000 |
Andrei Zmievski |
Added ability to set timeout on socket read operations. New function set_socket_timeout(socket, seconds, microseconds) sets the timeout. @- Added ability to set timeout on socket read operati
Added ability to set timeout on socket read operations. New function set_socket_timeout(socket, seconds, microseconds) sets the timeout. @- Added ability to set timeout on socket read operations through @ set_socket_timeout() function. (Andrei)
show more ...
|
#
48e10ec9 |
| 06-Jan-2000 |
Thies C. Arntzen |
@- Applied safe-mode patch to popen(). (Patch by Kristian Köhntopp) |
#
43ae2bff |
| 01-Jan-2000 |
Sascha Schumann |
Happy Y2K patch! Happy new year (or the new millennium, depending on whether you start counting at 0 or 1). |
Revision tags: PRE_ISSET_TYPE |
|
#
e96c5401 |
| 21-Dec-1999 |
Thies C. Arntzen |
commented out select() & friends for now - we need to come up with a good API for those! |
#
1ad5180f |
| 20-Dec-1999 |
Andrei Zmievski |
getParameters -> zend_get_parameters |