]> granicus.if.org Git - php/log
php
24 years ago- Change PHP_ to V_ (directory & file functions)
Andi Gutmans [Sat, 15 Apr 2000 14:20:01 +0000 (14:20 +0000)]
- Change PHP_ to V_ (directory & file functions)

24 years agoFix ZTS
Zeev Suraski [Sat, 15 Apr 2000 14:17:18 +0000 (14:17 +0000)]
Fix ZTS

24 years ago@ "use" is not yet supported; instead use include_once() or require_once()
Andi Gutmans [Sat, 15 Apr 2000 13:56:09 +0000 (13:56 +0000)]
@ "use" is not yet supported; instead use include_once() or require_once()
@  for the time being (Andi, Zend library)

24 years ago@ Fix bug in number_format (Jon Forsberg)
Andi Gutmans [Sat, 15 Apr 2000 13:53:32 +0000 (13:53 +0000)]
@ Fix bug in number_format (Jon Forsberg)

24 years agoForgot to commit the php4 fixes
Zeev Suraski [Sat, 15 Apr 2000 13:53:20 +0000 (13:53 +0000)]
Forgot to commit the php4 fixes

24 years ago- Clean up resource lists namespace
Zeev Suraski [Sat, 15 Apr 2000 13:02:22 +0000 (13:02 +0000)]
- Clean up resource lists namespace
- Prepare extended resource list destructor APIs (currently unused)

24 years ago- fix Win32 Release_TS build of Informix driver (danny).
Danny Heijl [Sat, 15 Apr 2000 12:54:07 +0000 (12:54 +0000)]
- fix Win32 Release_TS build of Informix driver (danny).

24 years agoChangeLog update
<changelog@php.net> [Sat, 15 Apr 2000 01:09:12 +0000 (01:09 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Sat, 15 Apr 2000 01:09:09 +0000 (01:09 +0000)]
NEWS update

24 years agoSmall corrections.
Egon Schmid [Fri, 14 Apr 2000 21:12:21 +0000 (21:12 +0000)]
Small corrections.

24 years agoChangeLog update
<changelog@php.net> [Fri, 14 Apr 2000 20:53:21 +0000 (20:53 +0000)]
ChangeLog update

24 years agoNEWS update
<changelog@php.net> [Fri, 14 Apr 2000 20:53:17 +0000 (20:53 +0000)]
NEWS update

24 years agoAdd the documentation team to the credits page
Zeev Suraski [Fri, 14 Apr 2000 18:22:43 +0000 (18:22 +0000)]
Add the documentation team to the credits page

24 years agoMake error_prepend_string and error_append_string work
Rasmus Lerdorf [Fri, 14 Apr 2000 14:00:32 +0000 (14:00 +0000)]
Make error_prepend_string and error_append_string work
@Make error_prepend_string and error_append_string work

24 years agoUndo bogus commit
Rasmus Lerdorf [Fri, 14 Apr 2000 13:40:27 +0000 (13:40 +0000)]
Undo bogus commit

24 years agoI don't see why this should be gcc dependant and this fixes bugs 4140
Rasmus Lerdorf [Fri, 14 Apr 2000 13:14:30 +0000 (13:14 +0000)]
I don't see why this should be gcc dependant and this fixes bugs 4140
and 4143

24 years agofseek() idea.
Andrei Zmievski [Thu, 13 Apr 2000 19:43:56 +0000 (19:43 +0000)]
fseek() idea.

24 years agoOops - remove debug statement
Sam Ruby [Thu, 13 Apr 2000 19:05:01 +0000 (19:05 +0000)]
Oops - remove debug statement

24 years agomatch changes to Tomcat example
Sam Ruby [Thu, 13 Apr 2000 19:02:40 +0000 (19:02 +0000)]
match changes to Tomcat example

24 years ago@- array_walk() now automatically resets the array. (Andrei)
Andrei Zmievski [Thu, 13 Apr 2000 18:57:37 +0000 (18:57 +0000)]
@- array_walk() now automatically resets the array. (Andrei)

24 years ago- Make Windows builds build again
Zeev Suraski [Thu, 13 Apr 2000 16:08:49 +0000 (16:08 +0000)]
- Make Windows builds build again
- Make non-gcc based platforms compile again

24 years agoFix a memory leak when using assign-op bitwise operators on strings
Zeev Suraski [Thu, 13 Apr 2000 15:56:02 +0000 (15:56 +0000)]
Fix a memory leak when using assign-op bitwise operators on strings

24 years agothe asset call caused an undefined __eprintf here!
Thies C. Arntzen [Thu, 13 Apr 2000 13:04:02 +0000 (13:04 +0000)]
the asset call caused an undefined __eprintf here!

24 years agoTest for EBCDIC platform
Martin Kraemer [Thu, 13 Apr 2000 12:24:28 +0000 (12:24 +0000)]
Test for EBCDIC platform

24 years agoFix for bug #4125
Rasmus Lerdorf [Thu, 13 Apr 2000 03:35:02 +0000 (03:35 +0000)]
Fix for bug #4125

24 years ago- Fixed a couple of POST problems.
David Hedbor [Wed, 12 Apr 2000 22:59:46 +0000 (22:59 +0000)]
- Fixed a couple of POST problems.
- Use virtual path functionality when available, to set the cwd of the
script to it's own directory prior to starting it.
- Fixed a bug in php_roxen_sapi_header_handler.

24 years agoClaim some stuff.
Andrei Zmievski [Wed, 12 Apr 2000 21:50:17 +0000 (21:50 +0000)]
Claim some stuff.

24 years agoAlready done.
Andrei Zmievski [Wed, 12 Apr 2000 20:41:52 +0000 (20:41 +0000)]
Already done.

24 years agoAdded natural comparison/sorting routines using code from Martin Pool.
Andrei Zmievski [Wed, 12 Apr 2000 19:39:02 +0000 (19:39 +0000)]
Added natural comparison/sorting routines using code from Martin Pool.

@- Added natural comparison/sorting routines strnatcmp(), strnatcasecmp(),
@  natsort(), and natcasesort(). These are useful for comparing and sorting
@  strings that contain numbers. Based on the code from Martin Pool
@  <mbp@humbug.org.au>. See http://www.linuxcare.com.au/projects/natsort/
@  for more info on natural sorting. (Andrei)

24 years agomake it compile on Win32
Sam Ruby [Wed, 12 Apr 2000 18:18:49 +0000 (18:18 +0000)]
make it compile on Win32

24 years agosomething with the @ commit stuff *is* broken.
Thies C. Arntzen [Wed, 12 Apr 2000 15:51:23 +0000 (15:51 +0000)]
something with the @ commit stuff *is* broken.

24 years ago@- Zeus Webserver support (version 3.3.6+) for ISAPI
Ben Mansell [Wed, 12 Apr 2000 09:48:26 +0000 (09:48 +0000)]
@- Zeus Webserver support (version 3.3.6+) for ISAPI

24 years ago*** empty log message ***
Zeev Suraski [Wed, 12 Apr 2000 00:50:21 +0000 (00:50 +0000)]
*** empty log message ***

24 years agoRe-add.
Andrei Zmievski [Tue, 11 Apr 2000 18:40:47 +0000 (18:40 +0000)]
Re-add.

24 years ago- Fix memory leak
Andi Gutmans [Tue, 11 Apr 2000 18:16:58 +0000 (18:16 +0000)]
- Fix memory leak

24 years agoOne off the list.
Andrei Zmievski [Tue, 11 Apr 2000 17:38:48 +0000 (17:38 +0000)]
One off the list.

24 years agoFix warnings
Zeev Suraski [Tue, 11 Apr 2000 17:38:19 +0000 (17:38 +0000)]
Fix warnings

24 years agoAdded PCRE 3.01.
Andrei Zmievski [Tue, 11 Apr 2000 17:36:06 +0000 (17:36 +0000)]
Added PCRE 3.01.

24 years ago*** empty log message ***
Andrei Zmievski [Tue, 11 Apr 2000 17:35:42 +0000 (17:35 +0000)]
*** empty log message ***

24 years agoFix fd leak in include_once()
Zeev Suraski [Tue, 11 Apr 2000 17:30:37 +0000 (17:30 +0000)]
Fix fd leak in include_once()

24 years ago- Turn off VIRTUAL_DIR by default
Andi Gutmans [Tue, 11 Apr 2000 17:00:21 +0000 (17:00 +0000)]
- Turn off VIRTUAL_DIR by default

24 years agoanother option
Andrei Zmievski [Tue, 11 Apr 2000 15:16:49 +0000 (15:16 +0000)]
another option

24 years agoEliminate warning if virtual cwd is specified
Sam Ruby [Tue, 11 Apr 2000 00:30:33 +0000 (00:30 +0000)]
Eliminate warning if virtual cwd is specified

24 years agoFix another missing opened_path assignment
Zeev Suraski [Mon, 10 Apr 2000 22:50:32 +0000 (22:50 +0000)]
Fix another missing opened_path assignment

24 years ago- Added support for reading properties that require arguments in the COM
Zeev Suraski [Mon, 10 Apr 2000 21:54:15 +0000 (21:54 +0000)]
- Added support for reading properties that require arguments in the COM
  module - writing to them will only be supported in PHP 4.1 (Zeev)

24 years agoindent
Zeev Suraski [Mon, 10 Apr 2000 21:32:19 +0000 (21:32 +0000)]
indent

24 years ago*** empty log message ***
Zeev Suraski [Mon, 10 Apr 2000 21:25:09 +0000 (21:25 +0000)]
*** empty log message ***

24 years ago-
Andi Gutmans [Mon, 10 Apr 2000 21:12:33 +0000 (21:12 +0000)]
-

24 years agoFix object overloading support
Zeev Suraski [Mon, 10 Apr 2000 20:21:13 +0000 (20:21 +0000)]
Fix object overloading support

24 years agoObject overloading API changed slightly (llist is now a pointer)
Zeev Suraski [Mon, 10 Apr 2000 20:21:02 +0000 (20:21 +0000)]
Object overloading API changed slightly (llist is now a pointer)

24 years ago- Add warnings
Andi Gutmans [Mon, 10 Apr 2000 19:54:45 +0000 (19:54 +0000)]
- Add warnings

24 years ago- Two more places needed changing
Andi Gutmans [Mon, 10 Apr 2000 18:24:38 +0000 (18:24 +0000)]
- Two more places needed changing

24 years agoClean up last/size definitions
Zeev Suraski [Mon, 10 Apr 2000 18:02:40 +0000 (18:02 +0000)]
Clean up last/size definitions

24 years ago- Try and resolve the problem with current working directories not being
Andi Gutmans [Mon, 10 Apr 2000 17:39:11 +0000 (17:39 +0000)]
- Try and resolve the problem with current working directories not being
  set to the script directory

24 years ago- Don't need to extern functions
Andi Gutmans [Sun, 9 Apr 2000 19:54:50 +0000 (19:54 +0000)]
- Don't need to extern functions
- Use virtual_file_ex() in expand_filepath()

24 years ago*** empty log message ***
Zeev Suraski [Sun, 9 Apr 2000 16:08:10 +0000 (16:08 +0000)]
*** empty log message ***

24 years agofixed unterminated string constant introduces by foreign patch.
Kristian Köhntopp [Sun, 9 Apr 2000 15:36:59 +0000 (15:36 +0000)]
fixed unterminated string constant introduces by foreign patch.

24 years agoadded the other usefull constants besides M_PI from math.h
Hartmut Holzgraefe [Sat, 8 Apr 2000 23:53:19 +0000 (23:53 +0000)]
added the other usefull constants besides M_PI from math.h
 as PHP constants

24 years ago- Make all CVS users use the new virtual dir support.
Andi Gutmans [Sat, 8 Apr 2000 15:01:11 +0000 (15:01 +0000)]
- Make all CVS users use the new virtual dir support.
  Will probably disable this for the release.

24 years ago@- Fixed several problems with the PATH_TRANSLATED and PHP_SELF under Apache
Zeev Suraski [Sat, 8 Apr 2000 11:16:19 +0000 (11:16 +0000)]
@- Fixed several problems with the PATH_TRANSLATED and PHP_SELF under Apache
@  (Paul Gregg & Zeev)

24 years ago@-Added ldap_get_values_len function from PHP3 to PHP4. (Sterling)
Sterling Hughes [Fri, 7 Apr 2000 23:20:22 +0000 (23:20 +0000)]
@-Added ldap_get_values_len function from PHP3 to PHP4. (Sterling)

24 years agoAdd a missing expand_filepath()
Zeev Suraski [Fri, 7 Apr 2000 22:10:04 +0000 (22:10 +0000)]
Add a missing expand_filepath()

24 years agoThoroughly fix include_once()
Zeev Suraski [Fri, 7 Apr 2000 22:03:46 +0000 (22:03 +0000)]
Thoroughly fix include_once()

24 years agoFix include_once()
Zeev Suraski [Fri, 7 Apr 2000 21:16:19 +0000 (21:16 +0000)]
Fix include_once()

24 years ago- Fix const declaratirs in virtual cwd
Zeev Suraski [Fri, 7 Apr 2000 21:16:08 +0000 (21:16 +0000)]
- Fix const declaratirs in virtual cwd
@- Fixed a problem in include_once() with non constant arguments (Andi & Zeev,
@  Zend Engine)

24 years ago*** empty log message ***
Zeev Suraski [Fri, 7 Apr 2000 19:55:05 +0000 (19:55 +0000)]
*** empty log message ***

24 years agorecommended changes
Colin Viebrock [Fri, 7 Apr 2000 18:50:08 +0000 (18:50 +0000)]
recommended changes

24 years agolast one ... promise
Colin Viebrock [Fri, 7 Apr 2000 17:09:18 +0000 (17:09 +0000)]
last one ... promise

24 years agotypo
Colin Viebrock [Fri, 7 Apr 2000 17:04:57 +0000 (17:04 +0000)]
typo

24 years agotypo
Colin Viebrock [Fri, 7 Apr 2000 17:02:01 +0000 (17:02 +0000)]
typo

24 years agoprettying
Colin Viebrock [Fri, 7 Apr 2000 16:50:55 +0000 (16:50 +0000)]
prettying

24 years ago*** empty log message ***
Colin Viebrock [Fri, 7 Apr 2000 16:46:59 +0000 (16:46 +0000)]
*** empty log message ***

24 years agomore prettiness
Colin Viebrock [Fri, 7 Apr 2000 16:41:19 +0000 (16:41 +0000)]
more prettiness

24 years agoUnify
Zeev Suraski [Fri, 7 Apr 2000 15:30:47 +0000 (15:30 +0000)]
Unify

24 years agoRemoved some compiler warnings.
Ted Rolle Jr [Fri, 7 Apr 2000 15:07:56 +0000 (15:07 +0000)]
Removed some compiler warnings.

24 years ago@- Added php.ini-optimized (Zeev)
Zeev Suraski [Fri, 7 Apr 2000 14:55:53 +0000 (14:55 +0000)]
@- Added php.ini-optimized (Zeev)

24 years ago- This slipped in. Enable VIRTUAL_DIR when we're in ZTS. Eventually it
Andi Gutmans [Fri, 7 Apr 2000 10:26:28 +0000 (10:26 +0000)]
- This slipped in. Enable VIRTUAL_DIR when we're in ZTS. Eventually it
  should always be enabled.

24 years ago- Add wddx support to the default build
Andi Gutmans [Fri, 7 Apr 2000 10:21:17 +0000 (10:21 +0000)]
- Add wddx support to the default build

24 years agocleaning up some small off-by-one errors and argcount follies. Can someone
Chuck Hagenbuch [Fri, 7 Apr 2000 04:43:26 +0000 (04:43 +0000)]
cleaning up some small off-by-one errors and argcount follies. Can someone
take a look at the errors imap_mime_header_decode() generates when
compiling? I took a quick look, but don't have time to puzzle through that
code.

24 years ago- ZEND_DEBUG is always defined
Andi Gutmans [Thu, 6 Apr 2000 22:54:33 +0000 (22:54 +0000)]
- ZEND_DEBUG is always defined

24 years agophpinfo() pretying
Colin Viebrock [Thu, 6 Apr 2000 21:17:50 +0000 (21:17 +0000)]
phpinfo() pretying

That should be everything.

24 years agophpinfo() prettying
Colin Viebrock [Thu, 6 Apr 2000 21:07:44 +0000 (21:07 +0000)]
phpinfo() prettying

24 years ago*** empty log message ***
Andi Gutmans [Thu, 6 Apr 2000 17:39:52 +0000 (17:39 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Colin Viebrock [Thu, 6 Apr 2000 17:05:33 +0000 (17:05 +0000)]
*** empty log message ***

24 years agoa better way, i've been told (thanks)
Colin Viebrock [Thu, 6 Apr 2000 17:01:41 +0000 (17:01 +0000)]
a better way, i've been told (thanks)

24 years agoMore phpinfo() prettying.
Colin Viebrock [Thu, 6 Apr 2000 16:57:33 +0000 (16:57 +0000)]
More phpinfo() prettying.

Can someone check my code for the interbase
support, and I need someone else to decode the LDAP stuff ... it's beyond
me.

24 years agoInitial preparation for OO overloading patch
Andi Gutmans [Thu, 6 Apr 2000 16:34:55 +0000 (16:34 +0000)]
Initial preparation for OO overloading patch

24 years ago@- Added ldap_errno, ldap_err2str and ldap_error from PHP3 to PHP4. (Sterling)
Sterling Hughes [Thu, 6 Apr 2000 12:36:47 +0000 (12:36 +0000)]
@- Added ldap_errno, ldap_err2str and ldap_error from PHP3 to PHP4. (Sterling)

24 years agoCorrected compilation error with wrong number of arguments to
Jakub Skopal [Thu, 6 Apr 2000 12:26:16 +0000 (12:26 +0000)]
Corrected compilation error with wrong number of arguments to
php_info_print_box_start()

24 years agotypo
Colin Viebrock [Wed, 5 Apr 2000 22:31:40 +0000 (22:31 +0000)]
typo

24 years agophpinfo() prettying
Colin Viebrock [Wed, 5 Apr 2000 22:30:19 +0000 (22:30 +0000)]
phpinfo() prettying

I will get to the rest of the functions later tonight or tomorrow
(i.e. from hyperwave to snmp)

24 years agophpinfo() prettying
Colin Viebrock [Wed, 5 Apr 2000 21:43:03 +0000 (21:43 +0000)]
phpinfo() prettying

24 years agoUpdate the PHP logo
Zeev Suraski [Wed, 5 Apr 2000 21:41:38 +0000 (21:41 +0000)]
Update the PHP logo

24 years ago- Bump up version number
Andi Gutmans [Wed, 5 Apr 2000 21:06:50 +0000 (21:06 +0000)]
- Bump up version number

24 years agofinally (thanks Andreas)
Colin Viebrock [Wed, 5 Apr 2000 21:03:30 +0000 (21:03 +0000)]
finally (thanks Andreas)

24 years agostill cant get this
Colin Viebrock [Wed, 5 Apr 2000 21:00:35 +0000 (21:00 +0000)]
still cant get this

24 years ago- FIx JMPZNZ
Andi Gutmans [Wed, 5 Apr 2000 20:55:51 +0000 (20:55 +0000)]
- FIx JMPZNZ

24 years ago- Not needed anymore
Andi Gutmans [Wed, 5 Apr 2000 20:50:57 +0000 (20:50 +0000)]
- Not needed anymore

24 years ago- More fixes
Andi Gutmans [Wed, 5 Apr 2000 20:49:51 +0000 (20:49 +0000)]
- More fixes

24 years agophpinfo() prettying
Colin Viebrock [Wed, 5 Apr 2000 20:48:46 +0000 (20:48 +0000)]
phpinfo() prettying